docs: fix typos in functions' descriptions
authorJiří Klimeš <jklimes@redhat.com>
Fri, 10 Feb 2012 13:58:59 +0000 (14:58 +0100)
committerDavid King <amigadave@amigadave.com>
Mon, 20 Feb 2012 09:25:29 +0000 (09:25 +0000)
gtk_tree_view_set_hover_expand()
gtk_tree_view_column_set_clickable()

Signed-off-by: Jiří Klimeš <jklimes@redhat.com>
gtk/gtktreeview.c
gtk/gtktreeviewcolumn.c

index 43add5427c7a180b60905d658d0ae91e8e3a11de..41b8548cbf88dcad2849b0549c8bca0e035692a8 100644 (file)
@@ -15760,7 +15760,7 @@ gtk_tree_view_get_hover_selection (GtkTreeView *tree_view)
  * @tree_view: a #GtkTreeView
  * @expand: %TRUE to enable hover selection mode
  *
- * Enables of disables the hover expansion mode of @tree_view.
+ * Enables or disables the hover expansion mode of @tree_view.
  * Hover expansion makes rows expand or collapse if the pointer 
  * moves over them.
  * 
index 0c735aa888adb7e1ad02f4f109eee244695034e3..619993577dd3ce6e9922b498c2218a7aeb9e104e 100644 (file)
@@ -2499,8 +2499,8 @@ gtk_tree_view_column_get_expand (GtkTreeViewColumn *tree_column)
  * @tree_column: A #GtkTreeViewColumn.
  * @clickable: %TRUE if the header is active.
  * 
- * Sets the header to be active if @active is %TRUE.  When the header is active,
- * then it can take keyboard focus, and can be clicked.
+ * Sets the header to be active if @clickable is %TRUE.  When the header is
+ * active, then it can take keyboard focus, and can be clicked.
  **/
 void
 gtk_tree_view_column_set_clickable (GtkTreeViewColumn *tree_column,